Document 'use-default-font-for-symbols' more
authorRobert Pluim <rpluim@gmail.com>
Fri, 19 Apr 2024 13:14:11 +0000 (15:14 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 14 May 2024 15:18:32 +0000 (17:18 +0200)
commit45ebb66ccf28c1df63cfcfa00891be4e48cdedda
treec5d81dddc711c0c193600636357ecb66af8be3b0
parent8074c08cd553ab6ee5ffe61cc2e56fb1e0a4fe34
Document 'use-default-font-for-symbols' more

"why does my set-fontset-font call not work for symbols" is a common
question, and it's because 'use-default-font-for-symbols' is not
discoverable enough.

* doc/emacs/mule.texi (Modifying Fontsets): Mention it here.
* doc/lispref/display.texi (Fontsets): And here.
* src/fontset.c (Fset_fontset_font): And most importantly here.
doc/emacs/mule.texi
doc/lispref/display.texi
src/fontset.c